home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / raptr9b4.zip / RAPDOCS.ZIP / RAPUPD.DOC < prev    next >
Text File  |  1996-02-11  |  29KB  |  588 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                        RAPTOR BBS - Undocumented Commands
  8.                        (c) 1995 by The Raptor Development Team
  9.                        All Rights Reserved
  10.  
  11.  
  12.  
  13. (6-28-95)
  14. The following additions and changes to RAPTOR have been made and are not
  15. at this time included in the document files.
  16.  
  17. Multinode
  18. ---------
  19.         RAPTOR BBS will now support up to 256 nodes under DesqView, OS/2
  20.         or other multitaskers. To configure the information for each
  21.         node.
  22.         (1) Start RAPTOR with the standard BBS.EXE.
  23.         (2) From the WFC screen select <P> for system configuration,
  24.         <A> for modem/node configuration then <A> for node  number.
  25.         (3) Enter the node number for the node you wish to configure,
  26.         then proceed to enter the other information requested on the
  27.         screen.
  28.         (4) Return to the WFC screen after completeing all node
  29.         information.
  30.         (5) Repeat steps (2) through (4) for any other nodes. This will
  31.         create the MODEM###.DAT file for each node.
  32.         (6) Start each node with the command line BBS -n### where ### is
  33.         the node number. If you use BBS without the -n### parameter
  34.         RAPTOR will default to node 1.
  35.  
  36.         A new MCI code has been added to the doors MCI codes. @M will
  37.         now pass the current Node number as a parameter to the command
  38.         line in ONLINE.MNU.
  39.         An MString of DOOR.BAT @M called from node 2 will then pass
  40.         DOOR.BAT 2.
  41.  
  42.         A new MCI has also been added that can be used in files,
  43.         prompts, and the string editor. An MCI of @E will display the
  44.         current node number in the form 'NODE ###' where ### is the
  45.         current node number.
  46.  
  47.         SysOp logs also now show the node number which the user is
  48.         logged in on.
  49.  
  50.  
  51. Conferences
  52. -----------
  53.         RAPTOR now supports up to 26 conferences for message and file
  54.         areas designated A to Z. All conferences are configurable with
  55.         an ACS string to limit access to certain areas of the BBS. To
  56.         assign a file or message are to a conference use the Cx ACS
  57.         command in the area's ACS string, where x is the conference
  58.         identifier. In other words an ACS string with the commands
  59.         S100CD means Security level 100 and joined to conference D. The
  60.         new menu Command Key to 'Join Conference' is OJ. If the MString
  61.         for this command is left blank it will prompt the user for the
  62.         conference they wish to join with an option to list the
  63.         conferences. If the MString contains a valid conference
  64.         Identifier then the OJ command will change the user to that
  65.         conference. If the user is restricted from a conference by the
  66.         conference ACS string they will not see that conference listed
  67.         and will not be able to join that conference.
  68.  
  69.         The conference Editor is accessible from the WFC screen using
  70.         the "$". The options in the editor are fairly straight forward
  71.         to Insert a new conference, Modify an existing conference, or
  72.         Delete an existing conference.
  73.  
  74.         Raptor will start using conference 'A' for each login, even
  75.         though this conference has not been defined.
  76.         The conference system allows you to make groups of message areas
  77.         or file areas available to only users with certain security
  78.         settings.
  79.  
  80.  
  81. Network Addresses
  82. -----------------
  83.         The addresses set up in the Network configuration are now used
  84.         to configure the addresses in echomail message areas as well as
  85.         in processing netmail by the RAPMAIL program. When you select
  86.         the option to configure the network address of a message base
  87.         you will see the list of addresses bisplayed and be prompted for
  88.         which you wish to use.
  89.  
  90. ============
  91. <07-04-95>
  92. ============
  93.  
  94. Nonstandard Comports
  95. ---------------------
  96.         Support for nonstandard IRQ's and Com Base addresses are
  97.         supplied to RAPTOR through the fossil driver. However DSZ/GSZ
  98.         and some other transfer protocols are interrupt driven and the
  99.         fossil is unloaded by RAPTOR as it shells to the external
  100.         protocol. In order for the protocol to handle the nonstandard
  101.         port cofiguration it is necessary to pass the IRQ and base
  102.         address of the comport to the protocol program. RAPTOR now
  103.         allows you to configure the IRQ and Address of the port in the
  104.         MODEM configuration menu from the MFC screen. These are passed
  105.         to the protocol in the variable %I ( IRQ from modem congig) and
  106.         %A ( base address from modem config). Refer to the documentation
  107.         for the protocol driver you are using for the correct syntax to
  108.         pass these variables to the protocol. You must then edit the
  109.         protocol commandline in the PROTOCOL EDITOR from the WFC.
  110.  
  111. ========
  112. 07-08-95
  113. ========
  114.  
  115. Mail processing
  116. ----------------
  117.         RAPTOR will exit with an errorlevel of 2 to DOS if there is new
  118.         echomail or netmail. This will allow you to process mail only if
  119.         there is new mail ( Yeah I know.... RAPMAIL is to ^$#&$* slow
  120.         when the message bases get big... working on it <G>) instead of
  121.         after every caller.
  122.          The command line would look something like
  123.          If errorlevel = 2 then goto newmail
  124.          Goto Nomail
  125.          :Newmail
  126.          RAPMAIL -s
  127.          REM  Enter command sfor the processor here GEcho FMail etc.
  128.          RAPMAIL -P
  129.          GOTO END
  130.          :NOMAIL
  131.          GOTO END
  132.  
  133. ==========
  134. 07-11-95
  135. ==========
  136.  
  137. RAPMAIL Scanning
  138. ------------------
  139.         RAPMAIL will now only scan the netmail directory and any echo
  140.         areas with NEW messages. The purge will check all directories,
  141.         if a .MSG or HIWATER.MRK file exists in that directory then it
  142.         will be purged and the PURGING COMPLETE message displayed, or
  143.         else the NO MESSAGES message will be displayed. This makes
  144.         RAPMAIL much faster in normal operation. There is no change in
  145.         the Toss operation.
  146.  
  147. ==========
  148. 07/16/95
  149. ==========
  150.  
  151. Logoff Quotes
  152. -------------
  153.         Logoff quotes are now available to the users. To enable Logoff
  154.         Quotes a new menu command "OQ" has been added. "OQ" will prompt
  155.         the user if they wish to leave a logoff quote and allow them to
  156.         enter a one line 78 character quote. There is NO MString for the
  157.         "OQ" command, and the acs string may be set to restrict the
  158.         users who have access to leave a quote. If you have 'AutoMessage
  159.         in Logon' enabled inthe BBS setup the last logoff quote will be
  160.         shown to the user in the form
  161.         "(USERNAME) was logged in recently and said.."
  162.         " <QUOTE>"
  163.         Colors may be used in the quote line using the standard CTRL-P
  164.         selections. If no color codes are used the quote will be in
  165.         Yellow. The first line will be in Blue.
  166.         The "OR" Command keys has also been added to allow users to read
  167.         back through the logof quote file one screen at a time. "OR" has
  168.         no MString for the command.
  169.  
  170. Readmail commands
  171. -----------------
  172.         The read e-mail submenu commands have been changed to make them
  173.         a bit more standard. To reread the last message use "A" for
  174.         Again, and to reply use the "R" command. Public and Echomail
  175.         currently still uses the "A" autoreply command... working on
  176.         that one watch this space for future changes<G>
  177.  
  178. =============
  179. 08-15-95
  180. =============
  181.  
  182. Expanded RIP features
  183. ---------------------
  184.         The RIP support for your users is still being updated.Mouseable
  185.         pop-up picklists for File Areas, Message Ares, and Conferences
  186.         is in place. The RIP background wallpaper behind the lists is
  187.         configurable. RAPTOR will look for a .RIP file for each area
  188.         WPMSG.RIP for messages
  189.         WPFILE.RIP for files
  190.         WPCONF.RIP for conferences
  191.         and display this file as the background for the pop-up lists.
  192.        If the fil